home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cchh01.arc
/
NET.H
< prev
next >
Wrap
Text File
|
1986-03-14
|
1KB
|
42 lines
/*
NetWare Archive to Alloy - common definitions, etc
V4.42 02/04/84 by Mark Hurst, Kyle Powell
For use with Advanced NetWare V1.n systems
Copyright (C) 1983, 1984 Novell, Inc.
*/
#define LOCALBIT 0x80
#define PERMNET 0x01
#define TEMPNET 0x02
#define NETBITS 0x03
#define READBIT 0x01
#define WRITEBIT 0x02
#define OPENBIT 0x04
#define CREATEBIT 0x08
#define DELETEBIT 0x10
#define OWNEDBIT 0x20
#define SEARCHBIT 0x40
#define MODIFYBIT 0x80
/* NOTE: the Archive bit was 0x80 on ShareNet V3.12. Has now changed: */
#define BACKUPBIT 0x20
#define LASTBIT 0x10
#define VARPATH '^' - 'A'
#define FALSE 0x00
#define TRUE !(FALSE)
#define MAXVOLUMES 16
#define MAXSPECS 100
#define ALLMODE 1
#define MODMODE 2
#define SELMODE 3
#define LISTSIZE 255